home *** CD-ROM | disk | FTP | other *** search
/ PC Media 3 / PC MEDIA CD03.iso / share / udos / pocketd / vdel.bat < prev    next >
Encoding:
DOS Batch File  |  1992-05-22  |  223 b   |  11 lines

  1. echo off
  2. if "%1"=="/?" goto usage
  3. if "%1"=="" goto usage
  4. d /IhFqz %1 %2 %3 %4 %5 %6 %7 %8 %9
  5. goto exit
  6. :usage
  7. echo DELETE files with prompt before delete for multiple filespecs.
  8. echo usage: VDEL f1 f2 f3..
  9. :exit
  10.  
  11.